knitr::opts_chunk$set(echo = TRUE)
Voir par exemple : https://larmarange.github.io/analyse-R/installation-de-R-et-RStudio.html
Pour exécuter des commandes sous Rstudio lire : https://thinkr.fr/debuter-avec-r-et-rstudio/
Lancer Rstudio
Installer le package devtools en exécutant la commande
install.packages("devtools")
Ce package te permet de télécharger des packages non officiels comme tools4DCE depuis le site github.
Pour installer tools4DCE exécuter :
library(devtools)
puis taper sous R
install_github("AnthonyDEBUR/tools4DCE")
Ensuite, lors des utilisations suivantes, on lance tools4DCE en exécutant la commande :
library("tools4DCE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.